home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / qdeck / help / example / hindent < prev    next >
Encoding:
Text File  |  1994-08-11  |  522 b   |  10 lines

  1. /FH/UHanging Indents/U/FB
  2.  
  3. The //HI command is used to define a hanging indent and the //HC command clears it. An example is:
  4.  
  5. /ML12//HI-12/This paragraph sets the left margin to 12 using //ML12//, but also uses an //HI-12// command to create a hanging indent to the left. The resultant effect can be seen!
  6.  
  7. /HCWe now clear the hanging indent with the //HC command. But don't forget to issue a suitable //ML command to return the margin to the left edge.
  8.  
  9. /ML-12/Like this! (We used //ML-12// on this paragraph).
  10.